Platform Explorer / Nuxeo Platform 2023.10

Operation Document.GetBlobs (Get All Document Files)

Description

Gets a list of all blobs that are attached on the input document. Returns a list of files.
Operation id Document.GetBlobs
AliasesBlob.GetAll
Category Files
Label Get All Document Files
Requires
Since

Parameters

No parameters.

Signature

Inputs document, documents
Outputs bloblist, bloblist

Implementation Information

Implementation Class Class: org.nuxeo.ecm.automation.core.operations.blob.GetAllDocumentBlobs
Contributing Component org.nuxeo.ecm.core.automation.coreContrib

JSON Definition

{
  "id" : "Document.GetBlobs",
  "aliases" : [ "Blob.GetAll" ],
  "label" : "Get All Document Files",
  "category" : "Files",
  "requires" : null,
  "description" : "Gets a list of all blobs that are attached on the input document. Returns a list of files.",
  "url" : "Document.GetBlobs",
  "signature" : [ "document", "bloblist", "documents", "bloblist" ],
  "params" : [ ]
}